crashanalysis/crashanalyser/com.nokia.s60tools.crashanalyser/src/com/nokia/s60tools/crashanalyser/model/DecodingData.java
changeset 4 615035072f7e
parent 0 5ad7ad99af01
equal deleted inserted replaced
3:431bbaccaec8 4:615035072f7e
    63 	 * if no symbol files were provided.
    63 	 * if no symbol files were provided.
    64 	 */
    64 	 */
    65 	public String[] imageFiles = null;
    65 	public String[] imageFiles = null;
    66 	
    66 	
    67 	/**
    67 	/**
       
    68 	 * Contains list of provided trace dictionary file locations or null
       
    69 	 * if no OST trace dictionary files were provided.
       
    70 	 */
       
    71 	public String[] traceDictionaryFiles = null;
       
    72 
       
    73 	/**
    68 	 * Whether an html file should be generated from input files
    74 	 * Whether an html file should be generated from input files
    69 	 */
    75 	 */
    70 	public boolean html = false;
    76 	public boolean html = false;
    71 	
    77 	
    72 	/**
    78 	/**