mirror of https://github.com/M66B/FairEmail.git
Log print jobs
This commit is contained in:
parent
d4c5de9210
commit
56edf54c0e
|
@ -7188,7 +7188,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
|||
Log.i("Print queue job=" + jobName);
|
||||
PrintDocumentAdapter adapter = printWebView.createPrintDocumentAdapter(jobName);
|
||||
PrintJob job = printManager.print(jobName, adapter, new PrintAttributes.Builder().build());
|
||||
Log.i("Print queued job=" + job.getInfo());
|
||||
EntityLog.log(context,"Print queued job=" + job.getInfo());
|
||||
} catch (Throwable ex) {
|
||||
Log.unexpectedError(getParentFragmentManager(), ex);
|
||||
} finally {
|
||||
|
|
Loading…
Reference in New Issue