question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Appium iOS syslog

See original GitHub issue

The problem

I am simply using driver.manage().logs().get("syslog").getAll() and getting device logs. All i need is application logs but at the beggining method returns list with 10000 length and its not full of all logs. How can i get only application logs or is there a way to override this 10000 limit?

Environment

  • Appium version 5.0.0-BETA9 that exhibits the issue:

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:10 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
skyline-glebcommented, Sep 22, 2017

The problem

On driver.get_log('syslog') i get nothing

Environment

  • Appium version (or git revision) that exhibits the issue: appium@1.7.0
  • Desktop OS/version used to run Appium: macSO Sierra 10.12.6
  • Node.js version (unless using Appium.app|exe): v8.4.0
  • Mobile platform/version under test: iOS 11.0, 9.3.3, 10.0.2
  • Real device or emulator/simulator: real
  • Appium CLI or Appium.app|exe:

Link to Appium logs

link

0reactions
lock[bot]commented, Apr 25, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Read more comments on GitHub >

github_iconTop Results From Across the Web

[iOS device] How to get more log device - Appium Discuss
Hi all, Currently, I have using driver.manage().logs().get("syslog").getAll(); to get device log. But max size only 10.000 log entries.
Read more >
io.appium.java_client.ios.ListensToSyslogMessages java ...
Start syslog messages broadcast via web socket. * * @param host the name of the host where Appium server is running * @param...
Read more >
Using Appium to retrieve log for iOS simulator return partial ...
I use the following command to retrieve device log for Android and iOS. For Android i use "logcat" and for iOS i use...
Read more >
ListensToSyslogMessages (java-client 6.1.0 API)
Start syslog messages broadcast via web socket. This method assumes that Appium server is running on localhost and is assigned to the default...
Read more >
Starting iOS device log capture via idevicesyslog
debug: Starting iOS device log capture via idevicesyslog. It just sits there and does nothing. After 10 minutes, arc will timeout and throw...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found