summaryrefslogtreecommitdiff
path: root/src/com/android/loganalysis/item
diff options
context:
space:
mode:
authorAvinankumar Vellore Suriyakumar <avellore@google.com>2016-01-13 18:52:59 -0800
committerAvinankumar Vellore Suriyakumar <avellore@google.com>2016-01-19 17:19:13 -0800
commitb9b98773204a467f7a6100ff62a33fbb00c9eaf3 (patch)
treed1cc6f54fc6c860cc80680a901ed4cf58a90f6d9 /src/com/android/loganalysis/item
parenta81b9db05d513c1284aed2a2802a193f2ec88b60 (diff)
downloadloganalysis-b9b98773204a467f7a6100ff62a33fbb00c9eaf3.tar.gz
Add more information to analysis
Added more information to analysis. Also added rule for Interrupts Change-Id: I090ec531d170693a3a96047a02c3b057cfb80bb4
Diffstat (limited to 'src/com/android/loganalysis/item')
-rw-r--r--src/com/android/loganalysis/item/InterruptItem.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/com/android/loganalysis/item/InterruptItem.java b/src/com/android/loganalysis/item/InterruptItem.java
index 1169004..4ff7662 100644
--- a/src/com/android/loganalysis/item/InterruptItem.java
+++ b/src/com/android/loganalysis/item/InterruptItem.java
@@ -125,6 +125,13 @@ public class InterruptItem implements IItem {
}
/**
+ * Get a list of {@link InterruptInfoItem} objects
+ */
+ public List<InterruptInfoItem> getInterrupts() {
+ return (List<InterruptInfoItem>) mInterrupts;
+ }
+
+ /**
* {@inheritDoc}
*/
@Override