Merge "OtaDexoptService: Add missing return" into oc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
ab516db3e6
@@ -316,6 +316,7 @@ public class OtaDexoptService extends IOtaDexopt.Stub {
|
||||
|
||||
if (arg == null) {
|
||||
builder.append('!');
|
||||
return;
|
||||
}
|
||||
|
||||
String txt = String.valueOf(arg);
|
||||
|
||||
Reference in New Issue
Block a user