Merge "OtaDexoptService: Add missing return" into oc-dev

This commit is contained in:
TreeHugger Robot
2017-05-10 15:18:11 +00:00
committed by Android (Google) Code Review

View File

@@ -316,6 +316,7 @@ public class OtaDexoptService extends IOtaDexopt.Stub {
if (arg == null) {
builder.append('!');
return;
}
String txt = String.valueOf(arg);