LOG, Y U NO TAG?

Change-Id: I9b6cfba865647efc3c803dee1e769e70a4ad17d0
Fixes: 29941527
This commit is contained in:
Felipe Leme
2016-07-12 10:55:45 -07:00
parent 92e61ea5b7
commit 978bf2a2e2

View File

@@ -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;
}
}