Viewing data set by the Perferences ionic plugin on Android Emulator

using the @capacitor/preferences plugin,

how do I view the information stored in the device like I can when i run the application in web mode? When i go in Dev Tools to Application > Local storage in web mode i can see the data, but not when the app is running in an emulator.

is there a way to view that data without loggin it to console? thanks!

You can see them in Device Explorer section of Android Studio

1 Like