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

Commit 104f1751 authored by Steve Kondik's avatar Steve Kondik
Browse files

alarmmanager: Remove stacktrace spamming from poweroff alarm

Change-Id: I8435ae7c7cffecbb651884cf8b00de7e85500e64
parent 500c4ddb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1118,13 +1118,13 @@ public class AlarmManager {
            writer.write(value);
            writer.flush();
        } catch (Exception e) {
            e.printStackTrace();
            // may not exist
        } finally {
            if (writer != null) {
                try {
                    writer.close();
                } catch (Exception e1) {
                    e1.printStackTrace();
                    // ignore
                }
            }
        }