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

Commit 978bf2a2 authored by Felipe Leme's avatar Felipe Leme
Browse files

LOG, Y U NO TAG?

Change-Id: I9b6cfba865647efc3c803dee1e769e70a4ad17d0
Fixes: 29941527
parent 92e61ea5
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;
        }
    }