<div dir="ltr">I will upstream this patch of the series; but if I understand correctly, there are still a couple of issues to deal with in the first patch, so I won't upstream that yet.<div><br></div><div>Elliot</div></div><div class="gmail_extra"><br><div class="gmail_quote">On 10 March 2016 at 14:28, Michael Wood <span dir="ltr"><<a href="mailto:michael.g.wood@intel.com" target="_blank">michael.g.wood@intel.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Remove the very verbose log dump from toasterui. This generates several<br>
megabytes of not that useful debug information and actually hinders<br>
finding the original exception.<br>
<br>
Signed-off-by: Michael Wood <<a href="mailto:michael.g.wood@intel.com">michael.g.wood@intel.com</a>><br>
---<br>
 bitbake/lib/bb/ui/toasterui.py | 7 -------<br>
 1 file changed, 7 deletions(-)<br>
<br>
diff --git a/bitbake/lib/bb/ui/toasterui.py b/bitbake/lib/bb/ui/toasterui.py<br>
index ee40110..29aed2e 100644<br>
--- a/bitbake/lib/bb/ui/toasterui.py<br>
+++ b/bitbake/lib/bb/ui/toasterui.py<br>
@@ -447,13 +447,6 @@ def main(server, eventHandler, params):<br>
  Â  Â  Â  Â  Â  Â exception_data = traceback.format_exc()<br>
  Â  Â  Â  Â  Â  Â logger.error("%s\n%s" , e, exception_data)<br>
<br>
-  Â  Â  Â  Â  Â  _, _, tb = sys.exc_info()<br>
-  Â  Â  Â  Â  Â  if tb is not None:<br>
-  Â  Â  Â  Â  Â  Â  Â  curr = tb<br>
-  Â  Â  Â  Â  Â  Â  Â  while curr is not None:<br>
-  Â  Â  Â  Â  Â  Â  Â  Â  Â  logger.error("Error data dump %s\n%s\n" , traceback.format_tb(curr,1), pformat(curr.tb_frame.f_locals))<br>
-  Â  Â  Â  Â  Â  Â  Â  Â  Â  curr = curr.tb_next<br>
-<br>
  Â  Â  Â  Â  Â  Â # save them to database, if possible; if it fails, we already logged to console.<br>
  Â  Â  Â  Â  Â  Â try:<br>
  Â  Â  Â  Â  Â  Â  Â  Â buildinfohelper.store_log_exception("%s\n%s" % (str(e), exception_data))<br>
<span class="HOEnZb"><font color="#888888">--<br>
2.1.4<br>
<br>
--<br>
_______________________________________________<br>
toaster mailing list<br>
<a href="mailto:toaster@yoctoproject.org">toaster@yoctoproject.org</a><br>
<a href="https://lists.yoctoproject.org/listinfo/toaster" rel="noreferrer" target="_blank">https://lists.yoctoproject.org/listinfo/toaster</a><br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div>Elliot Smith<br>Software Engineer<br>Intel Open Source Technology Centre</div></div></div>
</div>