Questions tagged [app-inspection]

6 questions
11
votes
1 answer

Issue while exporting data Room database from App Inspection : For security reasons offline mode is disabled

I'm trying to export database file from App Inspection Android studio but it shows error like: Issue while exporting data Issue while downloading database (app_db): For security reasons offline mode is disabled when the process being inspected does…
6
votes
2 answers

how to traverse window/view hierarchy of other application in macOS?

I am trying to figure out how to get (read only) entire window/view hierarchy of any application. I get list of all open windows using CGWindowListCopyWindowInfo. It also returns window number (kCGWindowNumber). It also shows sharing status of root…
Suyash Patel
  • 160
  • 1
  • 10
2
votes
0 answers

Network inspector doesn't replace status code - Android Studio Flamingo

I am experimenting with network traffic inspector, a new feature of Android Studio Flamingo. I'm trying to change the status code of a response with a status code of 400 to 200. During the rule adding process, I tried the following steps in…
tugceaktepe
  • 195
  • 1
  • 2
  • 17
2
votes
2 answers

Problem with Android Studio App Inspector

I've been trying to view my app inspector, but it keeps saying I need a device with an API level 26 or higher. How can I tell what version I'm using now and how can I upgrade it? ( I use the android emulator ).
0
votes
1 answer

CoroutineWorker not showing up correctly in Android Studio's "Background Task Inspector"

I am calling several CoroutineWorker classes in my Android application. In the past, I could easily watch details for each worker execution in the "Background Task Inspector" of Android Studio. According to the documentation, the only requirement is…