We have moved to a new Sailfish OS Forum. Please start new discussions there.
1 | initial version | posted 2015-08-06 21:08:32 +0200 |
for all non-developers that have reported a bug and need to send a log to the corresponding developer
this will start the application, the output will be shown on screen, you can make a screenshot ;-)
to redirect the output into a file that you can collect, type instead
name of application > out.log 2> err.log i.e. [nemo@jolla ~]$ harbour-webpirate > out.log 2> err.log
to redirect stdout to a file, display stderr type:
name of application 1>file
to redirect stderr to a file, display stdout type:
name of application 2>file
to redirect both to a file, display nothing type:
name of application 1>file 2>&1 g
when done turn quit terminal, collect the file i.e. with Filebrowser and disable developer mode again
2 | No.2 Revision |
for all non-developers that have reported a bug and need to send a log to the corresponding developer
this will start the application, the output will be shown on screen, you can make a screenshot screenshot:
;-)
to redirect the output into a file that you can collect, type instead
name of application > out.log 2> err.log i.e. [nemo@jolla ~]$ harbour-webpirate > out.log 2> err.log
to redirect stdout to a file, display stderr type:
name of application 1>file
to redirect stderr to a file, display stdout type:
name of application 2>file
to redirect both to a file, display nothing type:
name of application 1>file 2>&1 g
when done turn quit terminal, collect the file i.e. with Filebrowser and disable developer mode again
A small hint for tohkbd owners: You'll love the tab key. It's auto-completion! So for the example screenshots it was enough to write ha[tab]we[tab] instead of harbour-webpirate. :-)
3 | No.3 Revision |
for all non-developers that have reported a bug and need to send a log to the corresponding developer
this will start the application, the output will be shown on screen, you screen. You can make a screenshot:
screenshot:
;-)
to redirect the output into a file that you can collect, type instead
name of application > out.log 2>
err.log
err.log i.e. [nemo@jolla ~]$ harbour-webpirate > out.log 2> err.log
to redirect stdout to a file, display stderr type:
name of application 1>file name of application 1>file
to redirect stderr to a file, display stdout type:
name of application 2>file name of application 2>file
to redirect both to a file, display nothing type:
name of application 1>file 2>&1 g
when done turn quit terminal, collect the file i.e. with Filebrowser and disable developer mode again
A small hint for tohkbd TOHKBD owners: You'll love the tab key. It's auto-completion! So for the example screenshots it was enough to write ha[tab]we[tab] instead of harbour-webpirate. :-)
4 | No.4 Revision |
for all non-developers that have reported a bug and need to send a log to the corresponding developer
this will start the application, the output will be shown on screen. You can make a screenshot:
;-)
to redirect the output into a file that you can collect, type instead
i.e. name of application name_of_application > out.log 2> err.log[nemo@jolla ~]$ harbour-webpirate > out.log 2> err.log
to redirect stdout to a file, display stderr type:
name of application name_of_application 1>file
to redirect stderr to a file, display stdout type:
name of application name_of_application 2>file
to redirect both to a file, display nothing type:
name of application name_of_application 1>file 2>&1 g
when done turn quit terminal, collect the file i.e. with Filebrowser and disable developer mode again
A small hint for TOHKBD owners: You'll love the tab key. It's auto-completion! So for the example screenshots it was enough to write ha[tab]we[tab] instead of harbour-webpirate. :-)
5 | No.5 Revision |
for all non-developers that have reported a bug and need to send a log to the corresponding developer
this will start the application, the output will be shown on screen. You can make a screenshot:
;-)
to redirect the output into a file that you can collect, type instead
name_of_application
i.e. > out.log 2> err.log>out.log 2>err.log[nemo@jolla ~]$ harbour-webpirate > out.log 2> err.log
to redirect stdout to a file, display stderr type:
name_of_application 1>file
to redirect stderr to a file, display stdout type:
name_of_application 2>file
to redirect both to a file, display nothing type:
name_of_application 1>file 2>&1 g
when done turn quit terminal, collect the file i.e. with Filebrowser and disable developer mode again
A small hint for TOHKBD owners: You'll love the tab key. It's auto-completion! So for the example screenshots it was enough to write ha[tab]we[tab] instead of harbour-webpirate. :-)