Lines Matching refs:logs
2 title: View logs
3 description: Learn how to view logs when using Expo CLI, native logs in Android Studio and Xcode, a…
8 …tion about what's happening in your app. For that, you can use **native logs** and **system logs**.
10 ## Console logs
12 …un `npx expo start` and connect a device, console logs will show up in the terminal process. These…
14 You can view **high fidelity** logs and use advanced logging functions like `console.table` by crea…
16 ## Native logs
18 You can view native runtime logs in Android Studio and Xcode by compiling the native app locally. F…
20 ## System logs
22 …ually not necessary, if you want to see logs for everything happening on your device, for example,…
26 '# Show system logs for an Android device with adb logcat',
28 '# Show system logs for an iOS device',