Loading core/java/com/android/internal/os/KernelWakelockReader.java +4 −4 Original line number Diff line number Diff line Loading @@ -67,13 +67,13 @@ public class KernelWakelockReader { try { FileInputStream is; try { is = new FileInputStream(sWakeupSourceFile); wakeup_sources = true; } catch (java.io.FileNotFoundException e) { try { is = new FileInputStream(sWakelockFile); wakeup_sources = false; } catch (java.io.FileNotFoundException e) { try { is = new FileInputStream(sWakeupSourceFile); wakeup_sources = true; } catch (java.io.FileNotFoundException e2) { return null; } Loading Loading
core/java/com/android/internal/os/KernelWakelockReader.java +4 −4 Original line number Diff line number Diff line Loading @@ -67,13 +67,13 @@ public class KernelWakelockReader { try { FileInputStream is; try { is = new FileInputStream(sWakeupSourceFile); wakeup_sources = true; } catch (java.io.FileNotFoundException e) { try { is = new FileInputStream(sWakelockFile); wakeup_sources = false; } catch (java.io.FileNotFoundException e) { try { is = new FileInputStream(sWakeupSourceFile); wakeup_sources = true; } catch (java.io.FileNotFoundException e2) { return null; } Loading