In the past there were issues with how whoopsie logged (LP: #1245524),
when I run whoopsie in the foreground on a Nexus 4 that is not connected
to a wireless network, but is connected to a cell network I saw the
following in my terminal.

sudo CRASH_DB_URL=https://daisy.ubuntu.com APPORT_REPORT_DIR=/var/crash/
whoopsie -f

Using lock path: /var/crash/whoopsie_lock
Network connection found that may be a paid data plan.offline

However, when I did not run whoopsie in the foreground and ran it as a
service I saw the following in syslog.

Jul 22 12:38:31 ubuntu-phablet whoopsie[2434]: whoopsie 0.2.34 starting up.
Jul 22 12:38:31 ubuntu-phablet whoopsie[2434]: Using lock path: 
/var/lock/whoopsie/lock

This leads me to believe it is a problem with the some part of this:

    if (!foreground) {
        close_log ();
        daemonize ();
        open_log();
    }

However, it would be good if someone could confirm my experience.  I
don't think you'd need to be connected to a cell network, rather just
not connected to wifi to see an offline message in the log file.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1340604

Title:
  [phone] crash files are only uploaded on boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/whoopsie/+bug/1340604/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to