Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 736a4ac0 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "LOG, Y U NO TAG?"

parents 75e11cf2 978bf2a2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
        }
    }