LOG, Y U NO TAG?
Change-Id: I9b6cfba865647efc3c803dee1e769e70a4ad17d0 Fixes: 29941527
This commit is contained in:
@@ -936,7 +936,7 @@ public class StorageManager {
|
||||
final BufferedReader reader = new BufferedReader(new InputStreamReader(fis));) {
|
||||
return Long.parseLong(reader.readLine());
|
||||
} catch (Exception e) {
|
||||
Slog.w("Could not read " + path, e);
|
||||
Slog.w(TAG, "Could not read " + path, e);
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user