-
Notifications
You must be signed in to change notification settings - Fork 24.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add log message if App moves to background #39943
Conversation
This pull request was exported from Phabricator. Differential Revision: D49956535 |
2484037
to
a8ee027
Compare
This pull request was exported from Phabricator. Differential Revision: D49956535 |
a8ee027
to
68a57ae
Compare
This pull request was exported from Phabricator. Differential Revision: D49956535 |
68a57ae
to
bf199cb
Compare
This pull request was exported from Phabricator. Differential Revision: D49956535 |
Summary: 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
bf199cb
to
e317d77
Compare
This pull request was exported from Phabricator. Differential Revision: D49956535 |
Summary: 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
This pull request was exported from Phabricator. Differential Revision: D49956535 |
Summary: 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
e317d77
to
0372578
Compare
This pull request was exported from Phabricator. Differential Revision: D49956535 |
Summary: 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
0372578
to
33c7d51
Compare
This pull request was exported from Phabricator. Differential Revision: D49956535 |
This pull request has been merged in 05967e4. |
Summary: Pull Request resolved: facebook#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
This pull request has been reverted by 82bc2d7. |
Summary:
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.
[iOS][Added] - Log to DevTools on app going into background / forground.
Differential Revision: D49956535