Skip to content

Commit

Permalink
fix: "SYS_KEYS has no physical keys " error on preview
Browse files Browse the repository at this point in the history
 "** SYS_KEYS has no physical keys but with factor 2.0%."
  • Loading branch information
elliots committed Nov 27, 2024
1 parent 38e3849 commit 2836a36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/shorebird_cli/lib/src/executables/adb.dart
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ class Adb {
if (deviceId != null) ...['-s', deviceId],
'shell',
'monkey',
'--pct-syskeys 0',
'-p $package',
'1',
];
Expand Down

0 comments on commit 2836a36

Please sign in to comment.