How to see NSLog or any simple printf output using Apportable? I run my program with apportable debug and run gdb, but there is no way out.
NSLog
printf
apportable debug
run
NSLog and printf are passed to the Android registration system. Therefore, to see your messages; invoke logcat. This will allow you to see the magazine.
I use apportable log | grep NSLog apportable log | grep NSLog , it shows only NSLog.
apportable log | grep NSLog
Open two terminal windows. Type apportable log | grep AppName on one of them. Then just do the apportable debug on the other.
Source: https://habr.com/ru/post/1480638/More articles:check infinite loop database - javastd :: sort with equal elements gives a segmentation error - c ++Two class instances can simultaneously call a method (Synchronized on some object) - javaHow can I optimize an HTML5 + processing.js application? - performanceHow to copy a list that will not be changed when a function is called in Python - pythonHow to get event listener from item set via jQuery in chrome dev tool? - javascriptHow to split a list of a list in a specific way in Python - pythonHow to create a pdf file with the layout applied to it. Using pdfkit gem - ruby | fooobar.comCannot change permissions when rpmbuild starts - rpmRC2247: cannot open Rc file: resource explorer cannot load a resource; Error loading - windowsAll Articles