How to View Android APP Logs

Поделиться
HTML-код
  • Опубликовано: 4 ноя 2024

Комментарии • 9

  • @ashutoshmisra5512
    @ashutoshmisra5512 2 года назад

    Thank You for sharing the valuable information

  • @ravithechillperson
    @ravithechillperson Год назад +1

    Hi, I have to test a mobile application and I want to see the logs of the app in Android studio... But what is the process of watching the logs... I mean how would I know when the Api is not working, because in log cat there are too many logs and I find it hard to watch logs

    • @QAStack
      @QAStack  Год назад +1

      you can filter the logs with keywords like "Error" "Exception" etc

  • @ashifmohammad435
    @ashifmohammad435 3 месяца назад

    how to save a specific log timeframe in txt format using android studio

    • @QAStack
      @QAStack  29 дней назад

      Use Logcat filters in Android Studio to display logs within your desired timeframe

  • @sowmiyaganesh7824
    @sowmiyaganesh7824 Год назад

    I launched my app
    But that package name not displayed in debuggable processes drop-down

    • @QAStack
      @QAStack  Год назад

      Ask the developer to share the debug build .

  • @dhanyacm2871
    @dhanyacm2871 4 месяца назад

    hi can I know how to view logs in IOS please

    • @QAStack
      @QAStack  29 дней назад

      Open Console.app
      In the Console sidebar, you will see a section labeled Devices. Select your connected iPhone or iPad from this list.
      Once selected, you'll start seeing real-time logs from the device.