commit | b8850fc679b7b8e0adedabb434c9c1f95327aa06 | [log] [tgz] |
---|---|---|
author | Yanting Yang <yantingyang@google.com> | Fri Nov 30 17:58:45 2018 +0800 |
committer | Yanting Yang <yantingyang@google.com> | Fri Nov 30 20:25:22 2018 +0800 |
tree | a77e5538f8608bd086fe27b0938942c5a0ce4697 | |
parent | 0173c5f532e3ed3b9b0dff398d4138ce145fa487 [diff] |
Fix NPE in slice data generation NPE will be occurred when clients gives invalid slice uri for Settings. We have defined some rules in getPathData() and it will return null object when the invalid uri was given. NPE will be happened in next. Change-Id: I6ebadd4383aee6e69b1c2eb6c84071c961fd72a7 Fixes: 120259627 Test: robotests