Merge "Just print warning log instead of triggering WTF" into rvc-dev-plus-aosp
This commit is contained in:
committed by
Android (Google) Code Review
commit
9dfb6d3b2e
@@ -1469,7 +1469,7 @@ public class TrustManagerService extends SystemService {
|
||||
if (userId > 0) {
|
||||
return userId;
|
||||
} else {
|
||||
Slog.wtf(TAG, "EXTRA_USER_HANDLE missing or invalid, value=" + userId);
|
||||
Log.w(TAG, "EXTRA_USER_HANDLE missing or invalid, value=" + userId);
|
||||
return -100;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user