Threadinfo.toString() should gather stack trace details

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P3
    • None
    • Affects Version/s: 5.0
    • Component/s: core-svc
    • None

      Threadinfo.toString() should gather stack trace details to the given maxdepth.


      TIA = Threadproxy.getThreadInfo(Threadproxy.getAllThreadIds(),Integer.MAX_VALUE);
               for (int i =0; i< TIA.length;i++) {
               out.println(TIA[i].toString());
               }
      should print all stacktrace elements.

            Assignee:
            Mandy Chung (Inactive)
            Reporter:
            Madhava Avvari (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: