Uploaded image for project: 'Harmony'
  1. Harmony
  2. HARMONY-6040

DigitalSignature.verifySignature prints stack trace of exception

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 5.0M9
    • Classlib
    • None
    • android

    Description

      I was wondering whether this mysterious output was coming from in my application. I tracked it down to:

      public boolean verifySignature(byte[] data) {
      try

      { .... }

      catch (Exception e)

      { e.printStackTrace(); return false; }

      }

      Attachments

        Activity

          People

            nbeyer Nathan Beyer
            matthewnewhook Matthew Newhook
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: