Skip to content
Snippets Groups Projects
  1. Aug 31, 2011
  2. Aug 30, 2011
  3. Aug 29, 2011
  4. Aug 26, 2011
  5. Aug 25, 2011
  6. Aug 24, 2011
    • Jean Chalard's avatar
      Add a debug variable · a16621ad
      Jean Chalard authored
      ...that was missing
      
      Change-Id: Ia3b17909f295e0a93dee633c8d67c0e03840023e
      a16621ad
    • Jean Chalard's avatar
      Avoid unnecessary output to the system log. · 20973de7
      Jean Chalard authored
      The message this removes gets printed under normal conditions.
      Normally dictionary files are compressed then crypted, but not
      compressed a second time; however LatinIME tries to open a
      compressed-crypted-compressed file first, because it could not
      do it afterwards and we want to support this case. So under
      normal operations, the first method LatinIME tries is actually
      expected to fail.
      Also, if we decide to stop compressing or/and encrypting dicts
      LatinIME supports it as a valid use case. It should not print
      errors to the log.
      
      If the file cannot be open at all, then it is an unexpected
      case, and Latin IME still reports to the log.
      
      Change-Id: Ic5228c51365a101af1d03e2c893484d3050b5a1c
      20973de7
    • Tadashi G. Takaoka's avatar
Loading