Merge "Frameworks/base: Fix format string in Camera"
This commit is contained in:
@@ -774,10 +774,10 @@ public final class CameraManager {
|
|||||||
if (DEBUG) {
|
if (DEBUG) {
|
||||||
Log.v(TAG,
|
Log.v(TAG,
|
||||||
String.format(
|
String.format(
|
||||||
"Device status was previously available (%d), " +
|
"Device status was previously available (%b), " +
|
||||||
" and is now again available (%d)" +
|
" and is now again available (%b)" +
|
||||||
"so no new client visible update will be sent",
|
"so no new client visible update will be sent",
|
||||||
isAvailable(status), isAvailable(status)));
|
isAvailable(oldStatus), isAvailable(status)));
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user