-
Notifications
You must be signed in to change notification settings - Fork 24.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add log message if App moves to background (#39943)
Summary: Pull Request resolved: #39943 When the user attaches a debugger, and the app moves to the background the debugging session persists. This sends a CDP console.info so the debugging user is aware of the app's state. It is an easy state to get into when debugging on multiple emulators. Changelog: [iOS][Added] - Add console.log notification in DevTools if app transitions between back/foreground. Reviewed By: dmytrorykun Differential Revision: D49956535 fbshipit-source-id: 29e1aba9c4eaeba072fe04f2b932a3e04c96d081
- Loading branch information
1 parent
0a8639c
commit 05967e4
Showing
2 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters