Ejemplo n.º 1
0
        private void iPG202_TB_LogFile1_FileSelectionChanged(SymbianUtilsUi.Controls.SymbianFileControl aSelf, string aFileName)
        {
            DataSourceAnalyser analyser = HeapReconstructorDataSourceAnalyserDialog.Analyse(aFileName);

            SeedAnalysisFiltersAfterDataSourceScan(analyser.DataSources, iPG202_Combo_ThreadName1);

            iPG_SourceData_CompareHeapData_GP_Log2.Enabled = (iPG202_Combo_ThreadName1.Items.Count > 0);
        }
Ejemplo n.º 2
0
        private void iPG202_TB_LogFile2_FileSelectionChanged(SymbianUtilsUi.Controls.SymbianFileControl aSelf, string aFileName)
        {
            DataSourceAnalyser analyser = HeapReconstructorDataSourceAnalyserDialog.Analyse(aFileName);

            // Get the master thread name
            string threadName = ThreadNameFromFilterCombo(iPG202_Combo_ThreadName1);

            if (threadName != string.Empty)
            {
            }
            else
            {
                analyser.DataSources.Clear();
            }

            // Seed combobox with filter options
            SeedAnalysisFiltersAfterDataSourceScan(analyser.DataSources, iPG202_Combo_ThreadName2);
        }
 private void iFBrowse_FileName_FileSelectionChanged(SymbianUtilsUi.Controls.SymbianFileControl aSelf, string aFileName)
 {
 }