summaryrefslogtreecommitdiff
path: root/simpleperf/cmd_record_test.cpp
diff options
context:
space:
mode:
authorYabin Cui <yabinc@google.com>2021-05-14 20:45:39 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-05-14 20:45:39 +0000
commitb233aea6a9dfaef36f56af2eac4437748d9ef896 (patch)
tree879567725f4a92c93e0223b43bf9de28d6d35db1 /simpleperf/cmd_record_test.cpp
parent0bc00c609a8a502c29fdc05e4767a4377d1b90f4 (diff)
parentdb19d6d5d093c652ecf79f82bf3826f09e9ce21f (diff)
downloadextras-b233aea6a9dfaef36f56af2eac4437748d9ef896.tar.gz
Merge "simpleperf: add --show-app-type in simpleperf_app_runner."
Diffstat (limited to 'simpleperf/cmd_record_test.cpp')
-rw-r--r--simpleperf/cmd_record_test.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/simpleperf/cmd_record_test.cpp b/simpleperf/cmd_record_test.cpp
index c59641ca..869c747f 100644
--- a/simpleperf/cmd_record_test.cpp
+++ b/simpleperf/cmd_record_test.cpp
@@ -754,8 +754,7 @@ TEST(record_cmd, app_option_for_debuggable_app) {
SetRunInAppToolForTesting(true, false);
TestRecordingApps("com.android.simpleperf.debuggable", "debuggable");
SetRunInAppToolForTesting(false, true);
- // Although the app is actually debuggable, we profile the app using simpleperf_app_runner.
- TestRecordingApps("com.android.simpleperf.debuggable", "profileable");
+ TestRecordingApps("com.android.simpleperf.debuggable", "debuggable");
}
TEST(record_cmd, app_option_for_profileable_app) {