Skip to content

Commit

Permalink
Normalized the console message for Android logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Jun 7, 2021
1 parent 9c8495f commit d07ed80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/briefcase/platforms/android/gradle.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def run_app(self, app: BaseConfig, device_or_avd=None, **kwargs):
adb.start_app(package, "org.beeware.android.MainActivity")

print()
print("[{app.app_name}] Tailing device log (type CTRL-C to stop log)...".format(app=app))
print("[{app.app_name}] Following device log output (type CTRL-C to stop log)...".format(app=app))
print("=" * 75)
adb.logcat()

Expand Down

0 comments on commit d07ed80

Please sign in to comment.