From d07c46dc6b99490cc7444b3871c96159d842bfdc Mon Sep 17 00:00:00 2001 From: Pablo Gamito Date: Mon, 1 Jun 2020 19:02:38 +0100 Subject: [PATCH] Implement type and id filters for transactions log Test: N/A Change-Id: Ie1a5f69dacbfafd6524cac6e16bf1491cfad48e4 --- tools/winscope/src/App.vue | 2 +- tools/winscope/src/TransactionsView.vue | 80 ++++++++++++++++++++++--- 2 files changed, 74 insertions(+), 8 deletions(-) diff --git a/tools/winscope/src/App.vue b/tools/winscope/src/App.vue index 0f6a2ac9b..3006507bd 100644 --- a/tools/winscope/src/App.vue +++ b/tools/winscope/src/App.vue @@ -57,7 +57,7 @@ import LocalStore from './localstore.js' import DataAdb from './DataAdb.vue' import FileType from './mixins/FileType.js' -const APP_NAME = "Winscope" +const APP_NAME = "Winscope"; export default { name: 'app', diff --git a/tools/winscope/src/TransactionsView.vue b/tools/winscope/src/TransactionsView.vue index 6856da67b..24f40281d 100644 --- a/tools/winscope/src/TransactionsView.vue +++ b/tools/winscope/src/TransactionsView.vue @@ -14,9 +14,24 @@ -->